chore(skills): add release-please skill for triggering versioned releases#311
Merged
chore(skills): add release-please skill for triggering versioned releases#311
Conversation
…ases Add a new Claude Code skill that automates the release-please workflow: - Create .claude/skills/release-please/SKILL.md with instructions for triggering a specific version release via Release-As commit trailer - Update CLAUDE.md Available Skills table with the new skill Usage: /release-please <version> (e.g., /release-please 2.3.0) The skill creates a branch, commits with Release-As trailer, and opens a PR that triggers release-please to create a release for that version.
commit: |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for a new Claude Code skill that triggers a release-please workflow for specific semantic versions, and exposes it in the main skills table.
Changes:
- Extended the
CLAUDE.mdAvailable Skills table to include a Usage column and documented the/release-please <version>command. - Added
.claude/skills/release-please/SKILL.mdwith detailed usage, step-by-step instructions, and notes for triggering versioned release-please PRs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
CLAUDE.md |
Updates the skills table schema and documents the release-please skill usage and description. |
.claude/skills/release-please/SKILL.md |
Introduces detailed documentation for the /release-please <version> skill, including validation, branching, commit, and PR creation steps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a new Claude Code skill that automates the release-please workflow for triggering specific version releases.
What Changed
.claude/skills/release-please/SKILL.mdwith instructions for the/release-please <version>commandCLAUDE.mdAvailable Skills table with the new skillUsage
This creates a branch with a
Release-As: <version>commit trailer, then opens a PR that triggers release-please to create a release for that version when merged.Summary by cubic
Adds a release-please skill to trigger a specific version release via
/release-please <version>. It validates semver, creates a branch with a Release-As commit, and opens a PR that produces the release when merged.Written for commit 524eba6. Summary will update on new commits.